To deny a lock request, create a lock event using the addLockEvent call. Within the body of the call, set the lockStatusLogic object to Cancelled.
/rest/v1/lp-ppe-api/price-quote/addLockEvent
There are no path parameters.
In the body, pass the standard IDs, along with a scenario lock, any exception or extension data if applicable, the date, and a comment. See 7.3 Add Request Lock Event. In addition, include the lockStatusLogic:
"lockStatusLogic": "Cancelled",
There is no body response to this call.
The addLockEvent call is included below, for reference.
To make a lock request with a price concession, add a lock using the addLockEvent call. The price concession is addressed in the body of the call, in the LockEventExtensionInfo object.
/rest/v1/lp-ppe-api/price-quote/addLockEvent
There are no path parameters.
Within the body, enter details as lockEventExceptionInfo. The relevant options are:
There is no response body.